//==============================================================================
// Chiron_anim.txt
// Fixed the heroglow and removed the superfluous soul aurora, heavenlight and soul birth ~WarriorMario
//==============================================================================

//==============================================================================
define SunLight
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A God Power Summon Sunlight
      }
   }
}

//==============================================================================
define GroundGlow
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A God Power Summon GroundGlow
      }
   }
}

//==============================================================================
define heroglow
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Glow Small
      }
   }
}

//==============================================================================
define soul
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Soul
      }
   }
}

//==============================================================================
define soulaurora
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Soul Aurora
      }
   }
}

//==============================================================================
define heavenlight
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Soul Heaven Light
      }
   }
}

//==============================================================================
define soulbirth
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Soul Birth
      }
   }
}

//==============================================================================
define arrow
{
   set hotspot
   {
      version
      {
         Visual Attachments A HandArrow
      }
   }
}

//==============================================================================
anim Heal
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Hero G Chiron_BoredB
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag SpecificSoundSet 0.00 false Heal checkVisible 
//-- end auto generated section
				Connect FRONTABDOMEN heroglow hotspot
				Connect LAUNCHPOINT staffglow hotspot
         }
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector 
   {
		ContainLogic
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual Hero G Chiron_IdleA
					connect righthand arrow hotspot
					Connect FRONTABDOMEN heroglow hotspot
				}
			}
		}
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual Hero G Chiron_RelicIdleA
					connect righthand arrow hotspot
					Connect FRONTABDOMEN heroglow hotspot
				}
			}
		}
   }
}

//==============================================================================
anim Bored
{
   SetSelector 
   {
		ContainLogic
		SetSelector
		{
			set hotspot
			{
				version
         	{
					Visual Hero G Chiron_BoredA
					connect righthand arrow hotspot
					Connect FRONTABDOMEN heroglow hotspot
         	}
				version
         	{
					Visual Hero G Chiron_BoredB
					connect righthand arrow hotspot
					Connect FRONTABDOMEN heroglow hotspot
         	}
			}
		}
		SetSelector
		{
			set hotspot
			{
				version
         	{
					Visual Hero G Chiron_RelicBoredA
					connect righthand arrow hotspot
					Connect FRONTABDOMEN heroglow hotspot
         	}
			}
		}
   }
}

//==============================================================================
anim Death
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Hero G Chiron_DeathA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag SpecificSoundSet 0.59 false HeavyFall checkVisible 
//-- end auto generated section
               connect righthand arrow hotspot
			Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}

//==============================================================================
anim Recover
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Hero G Chiron_recoverA		
				Connect FRONTABDOMEN heroglow hotspot
				connect hotspot sunlight hotspot
				connect hotspot groundglow hotspot
				connect righthand arrow hotspot
         }
      }
   }
}

//==============================================================================
anim Flail
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Hero G Chiron_FlailA
               connect righthand arrow hotspot
					Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}
//==============================================================================
anim Walk
{
   SetSelector 
   {
		containLogic
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual Hero G Chiron_walkA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag FootstepLeft 0.30 true   
               tag FootstepRight 0.80 true   
//-- end auto generated section
					connect righthand arrow hotspot
					Connect FRONTABDOMEN heroglow hotspot
				}
			}
		}
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual Hero G Chiron_RelicWalkA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag FootstepLeft 0.30 true   
               tag FootstepRight 0.80 true   
//-- end auto generated section
					connect righthand arrow hotspot
					Connect FRONTABDOMEN heroglow hotspot
				}
			}
		}
   }
}

//==============================================================================
anim RangedAttack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Hero G Chiron_AttackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag Attack 0.60 true   
                  tag GenericSound 0.60 true   
                  tag SpecificSoundSet 0.66 false Arrow checkVisible 
//-- end auto generated section
            connect righthand arrow hotspot
				Connect FRONTABDOMEN heroglow hotspot
				length 1.5
         }
			version
         {
            Visual Hero G Chiron_AttackB
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag Attack 0.60 true   
                  tag GenericSound 0.60 true   
                  tag SpecificSoundSet 0.69 false Arrow checkVisible 
//-- end auto generated section
            connect righthand arrow hotspot
				Connect FRONTABDOMEN heroglow hotspot
				length 1.5
         }
      }
   }
}
